home *** CD-ROM | disk | FTP | other *** search
- global selectionChecker
-
- on mouseUp
- puppetSound(1, "Clicker")
- if (the locV of sprite 8 > 70) and (the locV of sprite 8 < 380) then
- puppetSprite(16, 1)
- set the memberNum of sprite 16 to the number of member "03big"
- set the ink of sprite 16 to 0
- set the loc of sprite 16 to point(439, 240)
- puppetSprite(17, 1)
- set the memberNum of sprite 17 to the number of member "selection blue"
- set the ink of sprite 17 to 1
- set the blend of sprite 17 to 40
- set the width of sprite 17 to 72
- set the height of sprite 17 to 45
- set the loc of sprite 17 to the loc of sprite 8
- selectionChecker = 8
- end if
- end
-
- on mouseEnter
- cursor(280)
- end
-
- on mouseLeave
- cursor(-1)
- end
-